home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / PANESPLI.RH < prev    next >
Text File  |  1997-05-06  |  495b  |  17 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Pane splitter resource ids
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_PANESPLI_RH)
  10. #define OWL_PANESPLI_RH
  11.  
  12. #define IDC_RESIZE_H    1000
  13. #define IDC_RESIZE_V    1001
  14. #define IDC_RESIZE_HV   1002
  15.  
  16. #endif  //  OWL_PANESPLI_RH
  17.